@charset "utf-8";
/* CSS Document */

body {
	background-repeat: repeat-x;
	padding: 0px;
	margin: 0px;
	background-position: center 0px;
	background-attachment: scroll;
}

body, td, th, ul, ol, dl, dt, dd, li, div, form, h1, h2, h3, strong, p,img {
	color: #000;
	font-family: "微软雅黑";
	font-weight: normal;
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	font-size: 14px;
	line-height: 21px;
	border: 0px;	
}
a:link, a:visited {
	text-decoration: none;
	color: #333;
	font-family: "微软雅黑";
}
a:hover {
	color: #CC0001;
	text-decoration: none;
}